ServiceGetOAuthTokenWithAuthorizationCode Method (String, String, String) |
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic OAuthToken GetOAuthTokenWithAuthorizationCode(
string authorizationCode,
string authorizationCodeRedirectUri,
string clientSecret
)
Public Function GetOAuthTokenWithAuthorizationCode (
authorizationCode As String,
authorizationCodeRedirectUri As String,
clientSecret As String
) As OAuthToken
Parameters
- authorizationCode
- Type: SystemString
- authorizationCodeRedirectUri
- Type: SystemString
- clientSecret
- Type: SystemString
Return Value
Type:
OAuthToken
See Also